home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_100996.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
8KB
|
337 lines
-- card: 100996 from stack: in
-- bmap block id: 101357
-- flags: 4000
-- background id: 13605
-- name: CD Lists4
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=21 top=104 right=135 bottom=131
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prerequisites
----- HyperTalk script -----
on mouseUp
go to card "CD Lists"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=21 top=153 right=184 bottom=131
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Co-requisites
----- HyperTalk script -----
on mouseUp
lock screen
go to card "CD Lists2"
if card field "Course Name" of first card of this background is not empty then
put card field "Course Name" of first card of this background & " - " & card field "Grade" of first card of this background into field "Working On"
else put "(not set)" into field "Working On"
unlock screen
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=21 top=202 right=233 bottom=131
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Rooms
----- HyperTalk script -----
on mouseUp
lock screen
go to card "CD Lists3"
if card field "Course Name" of first card of this background is not empty then
put card field "Course Name" of first card of this background & " - " & card field "Grade" of first card of this background into field "Working On"
else put "(not set)" into field "Working On"
unlock screen
end mouseUp
-- part 4 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=146 top=110 right=272 bottom=482
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 16
-- part name: Programs
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=331 top=112 right=126 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 1
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=423 top=112 right=126 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 1
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=331 top=128 right=142 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 2
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=423 top=128 right=142 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 2
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=331 top=144 right=158 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 3
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=423 top=144 right=158 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 3
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 11 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=331 top=160 right=174 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 4
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 12 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=423 top=160 right=174 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 4
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 13 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=331 top=176 right=190 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 5
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 14 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=423 top=176 right=190 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 5
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 15 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=331 top=192 right=206 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Required 6
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 16 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=423 top=192 right=206 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Generate Requests 6
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part contents for background part 8
----- text -----
Biology - 12
-- part contents for card part 4
----- text -----
Academic
Commercial
Industrial